 | PdfPageObjectFillOverprint Property |
Gets or sets an overprint flag for non-stroking operations.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.52.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.52.2704
Syntaxpublic bool FillOverprint { get; set; }
Public Property FillOverprint As Boolean
Get
Set
public:
property bool FillOverprint {
bool get ();
void set (bool value);
}
member FillOverprint : bool with get, set
/** @property */
public boolean get_FillOverprint()
/** @property */
public void set_FillOverprint(boolean value)
function get_FillOverprint();
function set_FillOverprint(value);
Property Value
Type:
BooleanA flag for stroking operations, specifying whether painting in one set of colorants should cause the corresponding areas of other colorants to be erased(false) or left unchanged(true). Please see remarks section for details.
Remarks
See Also