Search
PrintOptions.PaperWidth Property
See Also
 



Gets or sets a custom paper width.

 Syntax

VB6  Copy Code

Public Property Get PaperWidth() As Long
Public Property Let PaperWidth( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_PaperWidth ()
void put_PaperWidth (
    int value
)

 Property Value

A long value. The default is 0.

 Remarks

This value and PaperLength are measured in tenths of a millimeter and are used when PaperSize is set to pszCustom.

 See Also