Click or drag to resize

PdfObjectPrint Property

Gets or sets a value indicating whether this PdfObject instance is printed. This slightly different implications based on object type.

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public abstract bool Print { get; set; }

Property Value

Type: Boolean
See Also