VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Content Namespace / PdfContentXObjectEditor Class / PdfContentXObjectEditor Constructors / PdfContentXObjectEditor Constructor(PdfPage,Boolean,Boolean)
Syntax Requirements SeeAlso
    PdfContentXObjectEditor Constructor(PdfPage,Boolean,Boolean)
    Initializes a new instance of the PdfContentXObjectEditor class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal page
    The PDF page.
    As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
    ByVal processAnnotations
    A value indicating whether the extractor must process annotations on PDF page.
    As Boolean, _
    ByVal processForms
    A value indicating whether the extractor must process forms located on PDF page.
    As Boolean _
    )
     

    Parameters

    page
    The PDF page.
    processAnnotations
    A value indicating whether the extractor must process annotations on PDF page.
    processForms
    A value indicating whether the extractor must process forms located on PDF page.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also