Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / CompatibilityOptions Class
Properties Methods


In This Topic
    CompatibilityOptions Class Members
    In This Topic

    The following tables list the members exposed by CompatibilityOptions.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets a valud specifying how borders affect the layout of objects in a document.

    See BordersModeEnum for details.

    The default value is BordersModeEnum.Default.

     
    Public Property  
    Public PropertySpecifies whether images in a document dictionary are kept as Image objects. Set this property to false to save images as raw data to optimize memory usage.  
    Public PropertyGets or sets a value indicating whether to stretch barcodes as images.

    The default value is false, which is compatible with previous versions.

     
    Public PropertyIndicates whether to use direct write gdi compatible text layout to render the text.  
    Public PropertyGets or sets a value indicating whether GDI functions should be used to draw lines when rendering for output to PDF. The default value is false. Setting this property to true may result in much smaller file sizes in documents containing many dashed/dotted lines.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another object into this object.  
    Public MethodResets properties of this object to default values.  
    Top
    See Also