public class CommonInfo extends Object
Represents common info of Pdf document.
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IO.BinaryWriter |
getBufferWriter()
Represent a BinaryWriter object that indicates the binary writer associated with the
compress data buffer.
|
com.aspose.ms.System.IO.MemoryStream |
getCompressBuffer()
Represent a MemoryStream object that indicates the data buffer to be compressed.
|
DebugInfoArray |
getDebugArray()
Represents a DebugInfoArray mumber that indicates the debug info.
|
com.aspose.ms.System.IO.FileStream |
getDocumentFileStream()
Represent a FileStream object that indicates the fileStream associated with the Pdf document.
|
com.aspose.ms.System.IO.MemoryStream |
getMemStream()
Represent a MemoryStream object that indicates the memory stream associated with the Pdf document.
|
Category |
getResources()
Represents a Category number that indicates the anchor for the resource list.
|
int |
getState(int index) |
int |
getStateStackPointer()
Represents an int value that indicates the state stack pointer.
|
com.aspose.ms.System.IO.BinaryWriter |
getWriter()
Represent a BinaryWriter object that indicates the binary writer associated with the PDF
file stream or memory stream.
|
boolean |
hasResourceFileLoaded()
Represents a bool value that indicates whether the resource file has been loaded.
|
void |
hasResourceFileLoaded(boolean value) |
void |
setResources(Category value) |
public Category getResources()
Represents a Category number that indicates the anchor for the resource list.
public void setResources(Category value)
public boolean hasResourceFileLoaded()
Represents a bool value that indicates whether the resource file has been loaded.
public void hasResourceFileLoaded(boolean value)
public DebugInfoArray getDebugArray()
Represents a DebugInfoArray mumber that indicates the debug info.
public int getState(int index)
public int getStateStackPointer()
Represents an int value that indicates the state stack pointer.
public com.aspose.ms.System.IO.FileStream getDocumentFileStream()
Represent a FileStream object that indicates the fileStream associated with the Pdf document.
public com.aspose.ms.System.IO.MemoryStream getMemStream()
Represent a MemoryStream object that indicates the memory stream associated with the Pdf document.
public com.aspose.ms.System.IO.MemoryStream getCompressBuffer()
Represent a MemoryStream object that indicates the data buffer to be compressed.
public com.aspose.ms.System.IO.BinaryWriter getBufferWriter()
Represent a BinaryWriter object that indicates the binary writer associated with the compress data buffer.
public com.aspose.ms.System.IO.BinaryWriter getWriter()
Represent a BinaryWriter object that indicates the binary writer associated with the PDF file stream or memory stream.
Copyright © 2016 Aspose. All Rights Reserved.