VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / PdfRenderingSettings Class
Constructors Properties Methods Events Operators SeeAlso
In This Topic
    PdfRenderingSettings Class Members
    In This Topic
    The following tables list the members exposed by PdfRenderingSettings.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfRenderingSettings class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the annotation rendering mode.
    Public PropertyGets or sets a value indicating whether resources should be cached.
    Public PropertyGets or sets the content renderer that customizes content rendering algorithm.
    Public PropertyGets or sets a value indicating whether PDF page should be rendered with non Vintasoft annotations.
    Public PropertyGets or sets a value indicating whether PDF page should be rendered with PDF markup annotations.
    Public PropertyGets or sets a value indicating whether PDF page should be rendered with PDF non-markup annotations.
    Public PropertyGets or sets a value indicating whether PDF renderer must draw red rectangle with error message if image-resource contains error.
    Public PropertyGets or sets a value indicating whether the SDK must use special algorithm for drawing sharp image borders. (Inherited from RenderingSettings)
    Public PropertyGets or sets a value indicating whether PDF page should be rendered with Vintasoft annotations.
    Public Propertystatic (Shared in Visual Basic)Gets the empty rendering settings. (Inherited from RenderingSettings)
    Public PropertyGets or sets a value indicating whether the Interpolate should be ignored.
    Public PropertyGets or sets a value indicating whether the AutoStates should be ignored.
    Public PropertyGets or sets the interpolation mode for image rendering. (Inherited from RenderingSettings)
    Public PropertyGets a value indicating whether the rendering settings has been set. (Inherited from RenderingSettings)
    Public PropertyGets or sets a value indicating whether the image drawing method must use performance optimizations for image drawing. (Inherited from RenderingSettings)
    Public PropertyGets or sets a value indicating whether renderer must optimize pattern rendering.
    Public PropertyGets or sets the event when AutoStates should be used.
    Public PropertyGets or sets the output image pixel format.
    Public PropertyGets or sets PdfRenderingMode enumeration that determines page rendering mode.
    Public PropertyGets or sets the resolution, in pixels per inch, for image rendering. (Inherited from RenderingSettings)
    Public PropertyGets or sets the smoothing mode for image rendering. (Inherited from RenderingSettings)
    Public PropertyGets or sets the interpolation mode for subsampled JPEG images.
    Public PropertyGets or sets a value indicating whether the crop box should be used.
    Public PropertyGets or sets a value indicating whether thumbnails embedded in PDF document should be used.
    Public PropertyGets or sets a value indicating whether the rendered page should be rotated if rotation for page is specified in PDF document.
    Public PropertyGets or sets the zoom factor for rendering the PDF page.
    Public Methods
     NameDescription
    Public MethodSignals the object that initialization is started. (Inherited from RenderingSettings)
    Public MethodCreates an exact copy of this PdfRenderingSettings.
    Public MethodCopies the state of the current object to the target object.
    Public MethodCreates an exact copy of this RenderingSettings. (Inherited from RenderingSettings)
    Public Methodstatic (Shared in Visual Basic)Creates the PdfRenderingSettings from the RenderingSettings.
    Public MethodSignals the object that initialization is finished. (Inherited from RenderingSettings)
    Public MethodReturns a value indicating whether two PdfRenderingSettings instances are equal.
    Public MethodReturns the hash code for this PdfRenderingSettings.
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event. (Inherited from RenderingSettings)
    Public Events
     NameDescription
    Public EventOccurs when rendering settings was changed. (Inherited from RenderingSettings)
    Public Operators
     NameDescription
    Public OperatorCompares two RenderingSettings objects. (Inherited from RenderingSettings)
    Public OperatorCompares two RenderingSettings objects. (Inherited from RenderingSettings)
    See Also