Bloom.HtmlThumbNailer.GetPaperSizeName C# (CSharp) Method

GetPaperSizeName() private static method

private static GetPaperSizeName ( XmlDocument document ) : string
document System.Xml.XmlDocument
return string
        private static string GetPaperSizeName(XmlDocument document)
        {
            string paperSizeName = SizeAndOrientation.GetSizeAndOrientation(document, "A5Portrait").ToString();
            return paperSizeName;
        }