| 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
IPrintManager Interface
IPrintManager Members
IPrintManager::AvailablePaperSizesInLocale Method
IPrintManager::GetPaperSize Method
IPrintManager::PaperSize Property
IPrintManager::AvailablePaperSizes Method
IPrintManager Members
IPrintManager::AvailablePaperSizesInLocale Method
IPrintManager::GetPaperSize Method
IPrintManager::PaperSize Property
IPrintManager::AvailablePaperSizes Method
DraftSight V1R2.0
Syntax