SuppressPrinting Property

Pageflex Document Action API

Pageflex Document Action API SuppressPrinting Property
Namespaces > Pageflex.Scripting > Shape > SuppressPrinting
Gets or sets whether the shape should be included or suppressed when generating output.
Syntax
C# Visual Basic Managed C++
public bool SuppressPrinting { get; set; }
Public Property SuppressPrinting As Boolean
public:
bool SuppressPrinting {
	bool get ();
	void set (bool value);
}
Remarks
Specifies trueTruetrue if the shape should be suppressed when generating output, or falseFalsefalse if the shape should be included.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)