<?xml version="1.0"?>
<doc>
<assembly>
<name>itextsharp</name>
</assembly>
<members>
<member name="M:iTextSharp.testutils.ITextTest.GetOutPdf">
Gets the name of the resultant PDF file.
This name will be passed to <code>makePdf</code>, <code>assertPdf</code> and <code>comparePdf</code> methods.
@return
</member>
<member name="M:iTextSharp.testutils.ITextTest.GetCmpPdf">
Gets the name of the compare PDF file.
This name will be passed to <code>comparePdf</code> method.
@return
</member>
<member name="M:iTextSharp.testutils.CompareTool.SetCompareByContentErrorsLimit(System.Int32)">
Sets the maximum errors count which will be returned as the result of the comparison.
@param compareByContentMaxErrorCount the errors count.
@return Returns this.
</member>
<member name="M:iTextSharp.testutils.CompareTool.SetFloatAbsoluteError(System.Single)">
Sets the absolute error parameter which will be used in floating point numbers comparison.
@param error the epsilon new value.
@return Returns this.
</member>
<member name="M:iTextSharp.testutils.CompareTool.SetFloatRelativeError(System.Single)">
Sets the relative error parameter which will be used in floating point numbers comparison.
@param error the epsilon new value.
@return Returns this.
</member>
<member name="M:iTextSharp.text.pdf.MemoryLimitsAwareException.#ctor(System.String)">
Creates a new instance of MemoryLimitsAwareException.
@param message the detail message.
</member>
<member name="T:iTextSharp.text.pdf.MemoryLimitsAwareHandler">
<summary>
A
<see cref="T:iTextSharp.text.pdf.MemoryLimitsAwareHandler"/>
handles memory allocation and prevents decompressed pdf streams from occupation of more space than allowed.
</summary>
</member>
<member name="M:iTextSharp.text.pdf.MemoryLimitsAwareHandler.#ctor">
<summary>
Creates a
<see cref="T:iTextSharp.text.pdf.MemoryLimitsAwareHandler"/>
which will be used to handle decompression of pdf streams.
The max allowed memory limits will be generated by default.
</summary>
</member>
<member name="M:iTextSharp.text.pdf.MemoryLimitsAwareHandler.#ctor(System.Int64)">
<summary>
Creates a
<see cref="T:iTextSharp.text.pdf.MemoryLimitsAwareHandler"/>
which will be used to handle decompression of pdf streams.
The max allowed memory limits will be generated by default, based on the size of the document.
</summary>
<param name="documentSize">the size of the document, which is going to be handled by iText.</param>
</member>
<member name="M:iTextSharp.text.pdf.MemoryLimitsAwareHandler.GetMaxSizeOfSingleDecompressedPdfStream">
<summary>Gets the maximum allowed size which can be occupied by a single decompressed pdf stream.</summary>
<returns>the maximum allowed size which can be occupied by a single decompressed pdf stream.</returns>
</member>
<member name="M:iTextSharp.text.pdf.MemoryLimitsAwareHandler.SetMaxSizeOfSingleDecompressedPdfStream(System.Int32)">
<summary>Sets the maximum allowed size which can be occupied by a single decompressed pdf stream.</summary>
<remarks>
Sets the maximum allowed size which can be occupied by a single decompressed pdf stream.
This value correlates with maximum heap size. This value should not exceed limit of the heap size.
iText will throw an exception if during decompression a pdf stream with two or more filters of identical type
occupies more memory than allowed.
</remarks>
<param name="maxSizeOfSingleDecompressedPdfStream">the maximum allowed size which can be occupied by a single decompressed pdf stream.
</param>
<returns>
this
<see cref="T:iTextSharp.text.pdf.MemoryLimitsAwareHandler"/>
instance.
</returns>
</member>
<member name="M:iTextSharp.text.pdf.MemoryLimitsAwareHandler.GetMaxSizeOfDecompressedPdfStreamsSum">
<summary>Gets the maximum allowed size which can be occupied by all decompressed pdf streams.</summary>
<returns>the maximum allowed size value which streams may occupy</returns>
</member>
<member name="M:iTextSharp.text.pdf.MemoryLimitsAwareHandler.SetMaxSizeOfDecompressedPdfStreamsSum(System.Int64)">
<summary>Sets the maximum allowed size which can be occupied by all decompressed pdf streams.</summary>
<remarks>
Sets the maximum allowed size which can be occupied by all decompressed pdf streams.
This value can be limited by the maximum expected PDF file size when it's completely decompressed.
Setting this value correlates with the maximum processing time spent on document reading
iText will throw an exception if during decompression pdf streams with two or more filters of identical type
occupy more memory than allowed.
</remarks>
<param name="maxSizeOfDecompressedPdfStreamsSum">he maximum allowed size which can be occupied by all decompressed pdf streams.
</param>
<returns>
this
<see cref="T:iTextSharp.text.pdf.MemoryLimitsAwareHandler"/>
instance.
</returns>
</member>
<member name="M:iTextSharp.text.pdf.MemoryLimitsAwareHandler.ConsiderBytesOccupiedByDecompressedPdfStream(System.Int64)">
<summary>Considers the number of bytes which are occupied by the decompressed pdf stream.</summary>
<remarks>
Considers the number of bytes which are occupied by the decompressed pdf stream.
If memory limits have not been faced, throws an exception.
</remarks>
<param name="numOfOccupiedBytes">the number of bytes which are occupied by the decompressed pdf stream.</param>
<returns>
this
<see cref="T:iTextSharp.text.pdf.MemoryLimitsAwareHandler"/>
instance.
</returns>
<seealso>
<see cref="T:iTextSharp.text.pdf.MemoryLimitsAwareException"/>
</seealso>
</member>
<member name="M:iTextSharp.text.pdf.MemoryLimitsAwareHandler.BeginDecompressedPdfStreamProcessing">
<summary>Begins handling of current pdf stream decompression.</summary>
<returns>
this
<see cref="T:iTextSharp.text.pdf.MemoryLimitsAwareHandler"/>
instance.
</returns>
</member>
<member name="M:iTextSharp.text.pdf.MemoryLimitsAwareHandler.EndDecompressedPdfStreamProcessing">
<summary>Ends handling of current pdf stream decompression.</summary>
<remarks>
Ends handling of current pdf stream decompression.
If memory limits have not been faced, throws an exception.
</remarks>
<returns>
this
<see cref="T:iTextSharp.text.pdf.MemoryLimitsAwareHandler"/>
instance.
</returns>
<seealso>
<see cref="T:iTextSharp.text.pdf.MemoryLimitsAwareException"/>
</seealso>
</member>
<member name="T:iTextSharp.text.pdf.MemoryLimitsAwareOutputStream">
This