共用方式為


PdfPage.GetThumbnail(CGSize, PdfDisplayBox) 方法

定義

[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

參數

size
CGSize

傳回

傳回類型位於 UIImage iOS 和 NSImage MacOS 上。

屬性

適用於