 | PdfPageObjectRenderIntent Property |
Gets or sets the rendering intent to be used when converting CIE-based colors to device colors.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic RenderIntent RenderIntent { get; set; }Public Property RenderIntent As RenderIntent
Get
Set
public:
property RenderIntent RenderIntent {
RenderIntent get ();
void set (RenderIntent value);
}member RenderIntent : RenderIntent with get, set
/** @property */
public RenderIntent get_RenderIntent()
/** @property */
public void set_RenderIntent(RenderIntent value)
function get_RenderIntent();
function set_RenderIntent(value);
Property Value
RenderIntentOne of the values of the
RenderIntent enumeration.
RemarksSee RenderIntent enumeration for details.
See Also