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: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

String

See Also