PdfPage.GetThumbnail(CGSize, PdfDisplayBox) Method

Definition

[Foundation.Export("thumbnailOfSize:forBox:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[Foundation.Export("thumbnailOfSize:forBox:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIImage GetThumbnail (CoreGraphics.CGSize size, PdfKit.PdfDisplayBox box);
[Foundation.Export("thumbnailOfSize:forBox:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIImage GetThumbnail (CoreGraphics.CGSize size, PdfKit.PdfDisplayBox box);
abstract member GetThumbnail : CoreGraphics.CGSize * PdfKit.PdfDisplayBox -> UIKit.UIImage
override this.GetThumbnail : CoreGraphics.CGSize * PdfKit.PdfDisplayBox -> UIKit.UIImage

Parameters

size
CGSize

Returns

The return type is UIImage on iOS and NSImage on MacOS.

Attributes

Applies to