Aspose::Pdf::FileSpecification::set_Contents method

FileSpecification::set_Contents method

Sets contents file. This property returns data loaded in memory which may cause Out of memory exception for large data. To decrease memory usage please use StreamContents.

void Aspose::Pdf::FileSpecification::set_Contents(System::SharedPtr<System::IO::Stream> value)

See Also