iTextSharp.text.pdf.PdfSmartCopy.ByteStore.ByteStore C# (CSharp) Метод

ByteStore() приватный Метод

private ByteStore ( PRStream str ) : System
str PRStream
Результат System
            internal ByteStore(PRStream str)
            {
                ByteBuffer bb = new ByteBuffer();
                int level = 100;
                SerObject(str, level, bb);
                this.b = bb.ToByteArray();
            }

Same methods

PdfSmartCopy.ByteStore::ByteStore ( PdfDictionary dict ) : System