PdfLayer
Reference Property
|
Get reference of the layer.
Namespace:
Spire.Pdf.Graphics.Layer
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string Reference { get; }
Public ReadOnly Property Reference As String
Get
public:
property String^ Reference {
String^ get ();
}
member Reference : string with get
Property Value
Type:
String
See Also