| PdfOutputIntentItemRegistryName Property |
Gets or sets an ASCII string (conventionally a uniform resource identifier, or URI) identifying the registry in which the condition designated by
ConditionId is defined.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public string RegistryName { get; }
Public ReadOnly Property RegistryName As String
Get
public:
property String^ RegistryName {
String^ get ();
}
member RegistryName : string with get
/** @property */
public String get_RegistryName()
function get_RegistryName();
Property Value
StringOptional.
See Also