Skybound.Gecko.PrintSettings.GetPaperWidthAttribute C# (CSharp) Méthode

GetPaperWidthAttribute() public méthode

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