Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ImageOptions Class / Format Property

In This Topic
    Format Property (ImageOptions)
    In This Topic
    Gets or sets the format to use when saving images. This property does not affect images added as RawImage.

    The default is ImageOptions.ImageFormat.Auto.

    Syntax
    'Declaration
     
    Public Property Format As ImageOptions.ImageFormat
    public ImageOptions.ImageFormat Format {get; set;}
    See Also