iTextSharp.text.RectangleReadOnly.ThrowReadOnlyError C# (CSharp) 메소드

ThrowReadOnlyError() 개인적인 메소드

private ThrowReadOnlyError ( ) : void
리턴 void
        private void ThrowReadOnlyError()
        {
            throw new InvalidOperationException(MessageLocalization.GetComposedMessage("rectanglereadonly.this.rectangle.is.read.only"));
        }