aspose.diagram
Class PrintProps

Contains elements that control how the drawing page is formatted (appears) on the printer page.

Property Getters/Setters Summary
functiongetCenterX()
           Determines whether the drawing page is centered horizontally on the printed page.
functiongetCenterY()
           Determines whether the drawing page is centered vertically on the printed page.
functiongetDel()
functionsetDel(value)
           A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
functiongetOnPage()
           Indicates whether the drawing is printed on a specific number of printer pages.
functiongetPageBottomMargin()
           Specifies the margin at the bottom of the printed page.
functiongetPageLeftMargin()
           Specifies the margin at the left of the printed page.
functiongetPageRightMargin()
           Specifies the margin at the right of the printed page.
functiongetPagesX()
           Determines the number of printer pages on which to fit the drawing page horizontally.
functiongetPagesY()
           Determines the number of printer pages on which to fit the drawing page vertically.
functiongetPageTopMargin()
           Specifies the margin at the top of the printer page.
functiongetPaperKind()
           Specifies the type of paper on which to print the page.
functiongetPaperSource()
           Determines the paper source for the page.
functiongetPrintGrid()
           Specifies whether to print the grid when printing a document page.
functiongetPrintPageOrientation()
           Determines whether the page is printed in portrait or landscape orientation.
functiongetScaleX()
           Specifies the margin at the bottom of the printed page.
functiongetScaleY()
           Specifies the percentage of magnification of the drawing page on the printer page, in the y (vertical) direction.
 

Property Getters/Setters Detail

getDel/setDel : Number 

function getDel() / function setDel(value)
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

getPageLeftMargin : DoubleValue 

function getPageLeftMargin()
Specifies the margin at the left of the printed page.

getPageRightMargin : DoubleValue 

function getPageRightMargin()
Specifies the margin at the right of the printed page.

getPageTopMargin : DoubleValue 

function getPageTopMargin()
Specifies the margin at the top of the printer page.

getPageBottomMargin : DoubleValue 

function getPageBottomMargin()
Specifies the margin at the bottom of the printed page.

getScaleX : DoubleValue 

function getScaleX()
Specifies the margin at the bottom of the printed page.

getScaleY : DoubleValue 

function getScaleY()
Specifies the percentage of magnification of the drawing page on the printer page, in the y (vertical) direction.

getPagesX : IntValue 

function getPagesX()
Determines the number of printer pages on which to fit the drawing page horizontally.

getPagesY : IntValue 

function getPagesY()
Determines the number of printer pages on which to fit the drawing page vertically.

getCenterX : BoolValue 

function getCenterX()
Determines whether the drawing page is centered horizontally on the printed page.

getCenterY : BoolValue 

function getCenterY()
Determines whether the drawing page is centered vertically on the printed page.

getOnPage : BoolValue 

function getOnPage()
Indicates whether the drawing is printed on a specific number of printer pages.

getPrintGrid : BoolValue 

function getPrintGrid()
Specifies whether to print the grid when printing a document page.

getPrintPageOrientation : PrintPageOrientation 

function getPrintPageOrientation()
Determines whether the page is printed in portrait or landscape orientation.

getPaperKind : IntValue 

function getPaperKind()
Specifies the type of paper on which to print the page.

getPaperSource : IntValue 

function getPaperSource()
Determines the paper source for the page.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.