Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SaveAsImageOptions Class / Print Property

In This Topic
    Print Property (SaveAsImageOptions)
    In This Topic
    Gets or sets a value indicating whether the image is generated for printing. The visibility of PDF elements may depend on the output target, they can be visible in a preview but hidden when printed, and vice versa.

    This property is now obsolete. All methods accepting SaveAsImageOptions as a parameter also now accept a GrapeCity.Documents.Pdf.Layers.ViewState object. Its properties should be used instead.

    Syntax
    'Declaration
     
    Public Property Print As System.Boolean
    public System.bool Print {get; set;}
    See Also