IInternalAccess
ConvertPageToMetafile Method
|
The convert pdf page to image
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
Image ConvertPageToMetafile(
int pageIndex,
bool isHighLight,
bool isDrawPageContent,
bool isDrawPageAnnotation,
PdfPageRotateAngle rotate,
PdfStyledFieldWidget styledFieldWidget
)
Function ConvertPageToMetafile (
pageIndex As Integer,
isHighLight As Boolean,
isDrawPageContent As Boolean,
isDrawPageAnnotation As Boolean,
rotate As PdfPageRotateAngle,
styledFieldWidget As PdfStyledFieldWidget
) As Image
Image^ ConvertPageToMetafile(
int pageIndex,
bool isHighLight,
bool isDrawPageContent,
bool isDrawPageAnnotation,
PdfPageRotateAngle rotate,
PdfStyledFieldWidget^ styledFieldWidget
)
abstract ConvertPageToMetafile :
pageIndex : int *
isHighLight : bool *
isDrawPageContent : bool *
isDrawPageAnnotation : bool *
rotate : PdfPageRotateAngle *
styledFieldWidget : PdfStyledFieldWidget -> Image
Parameters
-
pageIndex
-
Type:
System
Int32
-
isHighLight
-
Type:
System
Boolean
-
isDrawPageContent
-
Type:
System
Boolean
-
isDrawPageAnnotation
-
Type:
System
Boolean
-
rotate
-
Type:
Spire.Pdf
PdfPageRotateAngle
-
styledFieldWidget
-
Type:
Spire.Pdf.Widget
PdfStyledFieldWidget
Return Value
Type:
Image
See Also