Skip to main content
All docs
V26.1
  • PdfLocalizer.Active Property

    Gets or sets a localizer object that provides localization at runtime.

    Namespace: DevExpress.Docs.Pdf.Localization

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

    Declaration

    public static XtraLocalizer<PdfStringId> Active { get; set; }

    Property Value

    Type Description
    XtraLocalizer<PdfStringId>

    The active localizer object.

    See Also