Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / PdfOutputSettings Class / ImageOptions Property

In This Topic
    ImageOptions Property
    In This Topic
    Gets or sets an GrapeCity.Documents.Pdf.ImageOptions object that contains options controlling how images are processed in the generated PDF. See GrapeCity.Documents.Pdf.GcPdfDocument.ImageOptions for details.
    Syntax
    'Declaration
     
    Public Property ImageOptions As ImageOptions
    public ImageOptions ImageOptions {get; set;}
    See Also