Skip to main content
All docs
V26.1
  • Pdf20StructureTypeDescriptor(Pdf20StructureType, PdfNamespace) Constructor

    Initializes a new instance of the Pdf20StructureTypeDescriptor class with specified settings.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public Pdf20StructureTypeDescriptor(
        Pdf20StructureType type,
        PdfNamespace pdfNamespace
    )

    Parameters

    Name Type
    type Pdf20StructureType
    pdfNamespace PdfNamespace
    See Also