attached_files_directory property

attached_files_directory property

The directory that the attached files will be saved to.

Remarks

NOTE: This member is now obsolete. Instead, please use HtmlLoadOptions.StreamProvider property. This property will be removed 12 months later since December 2014. Aspose apologizes for any inconvenience you may have experienced.

Definition:

@property
def attached_files_directory(self):
    ...
@attached_files_directory.setter
def attached_files_directory(self, value):
    ...

See Also