PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / ImageQuality Enumeration

In This Topic
    ImageQuality Enumeration
    In This Topic
    Determines the quality of bitmaps added to the document with the C1PdfDocument.DrawImage method.
    Syntax
    'Declaration
     
    
    Public Enum ImageQuality 
       Inherits System.Enum
    public enum ImageQuality : System.Enum 
    Members
    MemberDescription
    DefaultHigh quality, medium/large file size.
    HighHighest quality, largest file size.
    LowLow quality, small file size.
    MediumMedium quality, medium file size.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Pdf.ImageQuality

    See Also