PdfXmpMetadata
ExistProperty Method
|
Returns whether the property exists.
Namespace:
Spire.Pdf.Interchange.Metadata
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool ExistProperty(
string schemaNs,
string propName
)
Public Function ExistProperty (
schemaNs As String,
propName As String
) As Boolean
public:
bool ExistProperty(
String^ schemaNs,
String^ propName
)
member ExistProperty :
schemaNs : string *
propName : string -> bool
Parameters
-
schemaNs
-
Type:
System
String
The namespace URI for the property. Has the same usage as in
[!:GetProperty]
.
-
propName
-
Type:
System
String
The name of the property. Has the same usage as in
[!:GetProperty]
.
Return Value
Type:
Boolean
Returns true if the property exists.
See Also