| FileSpecificationParams Property |
Gets file paramteres.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic FileParams Params { get; set; }Public Property Params As FileParams
Get
Set
public:
property FileParams^ Params {
FileParams^ get ();
void set (FileParams^ value);
}member Params : FileParams with get, set
Property Value
Type:
FileParams
See Also