[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.SaveAsImageOptions.Print

Print Property

Print

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 ViewState object. Its properties should be used instead.

Declaration
[Obsolete("Use ViewState instead.")]
public bool Print { get; set; }
<Obsolete("Use ViewState instead.")>
Public Property Print As Boolean