[]
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.
[Obsolete("Use ViewState instead.")]
public bool Print { get; set; }
<Obsolete("Use ViewState instead.")>
Public Property Print As Boolean