VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfContentStreamProcessingParams Class / PdfContentStreamProcessingParams Constructor(PdfTreeNodeBase)
Syntax Requirements SeeAlso
In This Topic
    PdfContentStreamProcessingParams Constructor(PdfTreeNodeBase)
    In This Topic
    Initializes a new instance of the PdfContentStreamProcessingParams class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal treeNode
    The tree node.
    As Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase _
    )
    public PdfContentStreamProcessingParams(
    Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase treeNode
    )
    public: PdfContentStreamProcessingParams(
    Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase* treeNode
    )
    public:
    PdfContentStreamProcessingParams(
    Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase^ treeNode
    )

    Parameters

    treeNode
    The tree node.
    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