PaperSize Property (IPrintManager) Send Feedback
See Also  Example
Gets or sets the name of the size of the paper.

Syntax

Visual Basic 
Property PaperSize As System.String
C# 
System.string PaperSize {get; set;}
JavaScript 
get_PaperSize () : String
put_PaperSize (
   NewVal : String
)
COM native C++ 
HRESULT get_PaperSize(
   BSTR* Val
) 
HRESULT put_PaperSize( 
   BSTR NewVal
C++ 
DSRESULT get_PaperSize (
   dsString* Val
)
DSRESULT put_PaperSize(
   const dsString& NewVal
)

Property Value

Name of the size of the paper

Example

See Also

Availability

DraftSight V1R1