Skip to main content
All docs
V26.1
  • PrintOptions.PrintTextAsOutlines Property

    Gets or sets whether to print text as outlines in a PDF document.

    Namespace: DevExpress.Docs.Pdf.Printing

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

    Declaration

    public bool PrintTextAsOutlines { get; set; }

    Property Value

    Type Description
    Boolean

    true to print text as outlines in the PDF document; otherwise, false.

    See Also