www.gnostice.com 

AllowHighResPrint

Top  Previous  Next

This properties determines whether to allow printing of document in high resolutions.

 

 

 

 

Syntax

 

 

 

[VC++]

BOOL GetAllowHighResPrint();

void SetAllowHighResPrint(BOOL bNewValue);

 

[C#]

public abstract new bool AllowHighResPrint [  get,  set ]

 

[VB]

Property AllowHighResPrint As Boolean