Uses of Class
aspose.pdf.BinaryFileStream

Uses of BinaryFileStream in aspose.pdf
 

Methods in aspose.pdf that return BinaryFileStream
 BinaryFileStream Attachment.getAttachedStream()
          Gets a stream attached to the file.
 BinaryFileStream Pdf.getDocStream()
          Gets a BinaryFileStream value that indicates the stream of the document.
 BinaryFileStream DocumentAttachment.getDocumentAttachmentStream()
          Gets a stream attaches to the document.
 BinaryFileStream ImageInfo.getImageStream()
          Gets a stream that indicates the image stream.
 

Methods in aspose.pdf with parameters of type BinaryFileStream
 void Attachment.setAttachedStream(BinaryFileStream value)
          Sets a stream attaches to the file.
 void Pdf.setDocStream(BinaryFileStream value)
          Sets a BinaryFileStream value that indicates the stream of the document.
 void DocumentAttachment.setDocumentAttachmentStream(BinaryFileStream value)
          Sets a stream attaches to the document.
 void ImageInfo.setImageStream(BinaryFileStream imageStream)
          Sets a stream that indicates the image stream.
 void BinaryFileStream.write(BinaryFileStream bfs)
          Writes the content to a BinaryFileStream object.
 

Constructors in aspose.pdf with parameters of type BinaryFileStream
BinaryFileStream(BinaryFileStream bfs)
          Constructs a BinaryFileStream instance from another BinaryFileStream.
Pdf(BinaryFileStream docStream)
          Initializes a new instance of the Pdf class for Evaluation License.
XmlTextReader(BinaryFileStream tempStream)