Skybound.Gecko.PrintSettings.GetPaperWidthAttribute C# (CSharp) Method

GetPaperWidthAttribute() public method

public GetPaperWidthAttribute ( ) : double
return double
        public double GetPaperWidthAttribute()
        {
            Console.WriteLine("43");
            return m_paperWidth;
        }
PrintSettings