Search
PrintOptions.PaperLength Property
See Also
 



Gets or sets a custom paper length.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_PaperLength ()
void put_PaperLength (
    int value
)

 Property Value

 Remarks

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

 See Also