Search
PrintOptions.Frame Property
See Also
 



Gets or sets a value indicating whether to print a frame rectangle around the printed document.

 Syntax

VB6  Copy Code

Public Property Get Frame() As Boolean
Public Property Let Frame( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_Frame ()
void put_Frame (
    bool value
)

 Property Value

A boolean value. The default is true.

 See Also