Skybound.Gecko.PrintSettings.SetHowToEnableFrameUIAttribute C# (CSharp) 메소드

SetHowToEnableFrameUIAttribute() 공개 메소드

public SetHowToEnableFrameUIAttribute ( short aHowToEnableFrameUI ) : void
aHowToEnableFrameUI short
리턴 void
        public void SetHowToEnableFrameUIAttribute(short aHowToEnableFrameUI)
        {
            m_howToEnableFrameUI = aHowToEnableFrameUI;
        }
PrintSettings