 | PdfPageObjectRenderIntent Property |
Gets or sets the rendering intent to be used when converting CIE-based colors to device colors.
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 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
Type:
RenderIntentOne of the values of the
RenderIntent enumeration.
RemarksSee RenderIntent enumeration for details.
See Also