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

GetPrintFrameTypeAttribute() public method

public GetPrintFrameTypeAttribute ( ) : short
return short
        public short GetPrintFrameTypeAttribute()
        {
            Console.WriteLine("36");
            return m_printFrameType;
        }
PrintSettings