Skip to main content
All docs
V26.1
  • PdfStringId Enum

    Lists localizable string identifiers for the PDF Document API.

    Namespace: DevExpress.Docs.Pdf.Localization

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

    Declaration

    public enum PdfStringId

    Members

    Name Description
    MsgUnavailableOperation

    “This operation is not available while no document is being loaded.”

    MsgUnresolvedXmpPrefix

    “The specified XMP property uses an unregistered namespace prefix. Use the XmpMetadata.RegisterNamespace property to register the namespace before the method call.”

    See Also