PaperSizeInLocale Method (IPrintManager) Send Feedback
See Also 
PaperSizeInLocale[out]
Name of the localized paper size corresponding to PaperSize
PaperSize[out]
Name of the non-localized paper size
Gets the name of the localized paper size that corresponds to the specified non-localized paper size.

Syntax

Visual Basic 
Function PaperSizeInLocale( _
   ByVal PaperSize As System.String _
) As System.String
C# 
System.string PaperSizeInLocale( 
   System.string PaperSize
)
JavaScript 
PaperSizeInLocale( 
   PaperSize : String
) : String
COM native C++ 
HRESULT PaperSizeInLocale( 
   BSTR PaperSize,
   BSTR* PaperSizeInLocale
) 
C++ 
DSRESULT PaperSizeInLocale( 
   const dsString& PaperSize,
   dsString* PaperSizeInLocale
) 

Parameters

PaperSize[out]
Name of the non-localized paper size
PaperSizeInLocale[out] or Return Value
Name of the localized paper size corresponding to PaperSize
 

See Also

Availability

DraftSight V1R2.0