Skip to main content
All docs
V26.1
  • Pdf20StructureTypeDescriptor(String, 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(
        string value,
        PdfNamespace pdfNamespace
    )

    Parameters

    Name Type
    value String
    pdfNamespace PdfNamespace
    See Also