Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImageHandler Class / Format Property

In This Topic
    Format Property (PdfImageHandler)
    In This Topic
    Gets or sets the format used to encode the image associated with this PdfImageHandler.

    By default this property is unspecified (null), and the actual embedding mode is determined by GrapeCity.Documents.Pdf.GcPdfDocument.ImageOptions.

    Syntax
    'Declaration
     
    Public Property Format As System.Nullable(Of ImageOptions.ImageFormat)
    public System.Nullable<ImageOptions.ImageFormat> Format {get; set;}
    See Also