PdfPage.GetThumbnail(CGSize, PdfDisplayBox) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a thumbnail for this page of the specified size.
[Foundation.Export("thumbnailOfSize:forBox:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIImage GetThumbnail(CoreGraphics.CGSize size, PdfKit.PdfDisplayBox box);
[Foundation.Export("thumbnailOfSize:forBox:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSImage GetThumbnail(CoreGraphics.CGSize size, PdfKit.PdfDisplayBox box);
[<Foundation.Export("thumbnailOfSize:forBox:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetThumbnail : CoreGraphics.CGSize * PdfKit.PdfDisplayBox -> UIKit.UIImage
override this.GetThumbnail : CoreGraphics.CGSize * PdfKit.PdfDisplayBox -> UIKit.UIImage
[<Foundation.Export("thumbnailOfSize:forBox:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetThumbnail : CoreGraphics.CGSize * PdfKit.PdfDisplayBox -> AppKit.NSImage
override this.GetThumbnail : CoreGraphics.CGSize * PdfKit.PdfDisplayBox -> AppKit.NSImage
Parameters
- size
- CGSize
The size of the returned thumbnail.
- box
- PdfDisplayBox
The box type where the thumbnail will be rendered.
Returns
- Attributes