Namespace: BitMiracle.Docotic.Pdf
public class PdfDrawOptions
Public Class PdfDrawOptions
The PdfDrawOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | BackgroundColor |
Gets or sets the background color of produced images.
|
![]() | Compression |
Gets or sets the image compression options.
|
![]() | CutUnusedSpace |
Gets a value indicating whether to cut unused space in produced images.
|
![]() | Height |
Gets the height in pixels of produced images.
|
![]() | HorizontalResolution |
Gets or sets the horizontal resolution of produced images.
|
![]() | ScalingMode |
Gets the value indicating how to resize the content of PDF pages on the produced images.
|
![]() | SimulateOverprint |
Gets or sets the value indicating whether to simulate the effects of overprinting spot and
process colors in the same way they would occur when printing.
|
![]() | VerticalResolution |
Gets or sets the vertical resolution of produced images.
|
![]() | Width |
Gets the width in pixels of produced images.
|
![]() | ZoomPercent |
Gets the zoom percent (magnification level) to apply to pages.
|
Name | Description | |
---|---|---|
![]() ![]() | Create |
Creates default draw options.
|
![]() ![]() | CreateFitHeight |
Creates draw options for producing images of PDF pages resized to fit the
specified height.
|
![]() ![]() | CreateFitSize |
Creates draw options for producing images of PDF pages resized to fit the
specified size.
|
![]() ![]() | CreateFitWidth |
Creates draw options for producing images of PDF pages resized to fit the
specified width.
|
![]() ![]() | CreateZoom |
Creates draw options for producing images of PDF pages zoomed in or out to
the specified percent.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetOutputHeight |
Gets the height in pixels of the image produced using these options for the specified
page.
|
![]() | GetOutputWidth |
Gets the width in pixels of the image produced using these options for the specified
page.
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object.ToString().) |