Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / RedactOptions Class / RenderOptions Property

In This Topic
    RenderOptions Property
    In This Topic
    Gets or sets a RedactOptions.RenderOptionsDef object that specifies additional options used when a redact action requires that some PDF content is rendered as an image.
    Syntax
    'Declaration
     
    Public Property RenderOptions As RedactOptions.RenderOptionsDef
    public RedactOptions.RenderOptionsDef RenderOptions {get; set;}
    See Also