'Declaration
Public Overloads Function ExtractPageContent( _ ByVal pageNumber As Integer, _ ByVal clipRectangle As PdfVisualRectangle, _ Optional ByVal includeAnnotations As Boolean, _ Optional ByVal includeFormFields As Boolean _ ) As PdfPageContent
'Usage
Dim instance As PdfFile Dim pageNumber As Integer Dim clipRectangle As PdfVisualRectangle Dim includeAnnotations As Boolean Dim includeFormFields As Boolean Dim value As PdfPageContent value = instance.ExtractPageContent(pageNumber, clipRectangle, includeAnnotations, includeFormFields)
public PdfPageContent ExtractPageContent( int pageNumber, PdfVisualRectangle clipRectangle, bool includeAnnotations, bool includeFormFields )
public: PdfPageContent^ ExtractPageContent( int pageNumber, PdfVisualRectangle^ clipRectangle, bool includeAnnotations, bool includeFormFields )
Parameters
- pageNumber
- The page to extract the content from.
- clipRectangle
- A rectangle to clip the page content to specified area.
- includeAnnotations
- True if annotations should be flattened and included in page content
- includeFormFields
- True if form fields should be flattened and included in page content
Return Value
The page content in vector format.