PdfRpt.Export.ExportToXml.ClosingDocument C# (CSharp) 메소드

ClosingDocument() 공개 메소드

Fires before closing the document
public ClosingDocument ( ) : byte[]
리턴 byte[]
        public byte[] ClosingDocument()
        {
            closeWriter();
            return _memoryStream.ToArray();
        }