Gets or sets the name of the custom paper size.
Syntax
Visual Basic (Declaration) | |
---|
Public Property PaperSizeName As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PrinterSpecifications
Dim value As String
instance.PaperSizeName = value
value = instance.PaperSizeName
|
C# | |
---|
public string PaperSizeName {get; set;} |
Return Value
The name of the custom paper size.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also