The functions sets the descriptive text associated with the file specification.
This text is typically used in the EmbeddedFiles name tree.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetDesc(
string desc
)
Public Sub SetDesc (
desc As String
)
public:
virtual void SetDesc(
[InAttribute] String^ desc
) sealed
Parameters
- desc
- Type: SystemString
descriptive text
See Also