iTextSharp.text.pdf.PdfAction.CreateHide C# (CSharp) Метод

CreateHide() публичный статический Метод

public static CreateHide ( PdfAnnotation annot, bool hide ) : PdfAction
annot PdfAnnotation
hide bool
Результат PdfAction
        public static PdfAction CreateHide(PdfAnnotation annot, bool hide)
        {
            return CreateHide(annot.IndirectReference, hide);
        }

Same methods

PdfAction::CreateHide ( Object names, bool hide ) : PdfAction
PdfAction::CreateHide ( PdfObject obj, bool hide ) : PdfAction
PdfAction::CreateHide ( string name, bool hide ) : PdfAction