DocOleObject
PackageFileName Property
|
Gets the name of file embedded in the package (only if OleType is "Package").
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string PackageFileName { get; }
Public ReadOnly Property PackageFileName As String
Get
public:
virtual property String^ PackageFileName {
String^ get () sealed;
}
abstract PackageFileName : string with get
override PackageFileName : string with get
Property Value
Type:
String
See Also