PdfPrintSettings Methods |
The PdfPrintSettings type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Dispose |
Releases all resources used.
|
|
|
Dispose(Boolean) |
Releases all resources used.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize | (Overrides Object Finalize .) |
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
PrintToFile |
Set printing to file.
|
|
|
SelectBookletLayout |
Select booklet layout.
|
|
|
SelectBookletLayout(PdfBookletBindingMode) |
Select booklet layout.
|
|
|
SelectBookletLayout(PdfBookletSubsetMode) |
Select booklet layout.
|
|
|
SelectBookletLayout(PdfBookletSubsetMode, PdfBookletBindingMode) |
Select booklet layout.
|
|
|
SelectMultiPageLayout |
Select muti page to one paper layout.
Default rows = 2, columns = 2, hasPageBorder = false, pageOrder = PdfMultiPageOrder.Horizontal.
|
|
|
SelectMultiPageLayout(Int32) |
Select muti page to one paper layout.
|
|
|
SelectMultiPageLayout(Int32, Int32) |
Select muti page to one paper layout.
|
|
|
SelectMultiPageLayout(Int32, Int32, Boolean) |
Select muti page to one paper layout.
|
|
|
SelectMultiPageLayout(Int32, Int32, Boolean, PdfMultiPageOrder) |
Select muti page to one paper layout.
|
|
|
SelectMultiPageLayout(Int32, Int32, Boolean, PdfMultiPageOrder, Single) |
Select muti page to one paper layout.
|
|
|
SelectPageRange |
Set print page range.
|
|
|
SelectSinglePageLayout |
Select one page to one paper layout.
Default pageScalingMode = PdfSinglePageScalingMode.FitSize, autoPortraitOrLandscape = true, customScaling = 100f.
|
|
|
SelectSinglePageLayout(PdfSinglePageScalingMode) |
Select one page to one paper layout.
|
|
|
SelectSinglePageLayout(PdfSinglePageScalingMode, Boolean) |
Select one page to one paper layout.
|
|
|
SelectSinglePageLayout(PdfSinglePageScalingMode, Boolean, Single) |
Select one page to one paper layout.
|
|
|
SelectSomePages |
Set print some pages.
|
|
|
SelectSplitPageLayout |
Select split page to muti paper layout.
|
|
|
SetPaperMargins |
Set paper margins,measured in hundredths of an inch.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|