Document Solutions for Word
DS.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 GrapeCity.Documents.Pdf.ImageOptions
    public GrapeCity.Documents.Pdf.ImageOptions ImageOptions {get; set;}
    See Also