Click or drag to resize

PdfPrintSettings Methods

The PdfPrintSettings type exposes the following members.

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