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

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

public static CreateHide ( Object names, bool hide ) : PdfAction
names Object
hide bool
Результат PdfAction
        public static PdfAction CreateHide(Object[] names, bool hide)
        {
            return CreateHide(BuildArray(names), hide);
        }

Same methods

PdfAction::CreateHide ( PdfAnnotation annot, bool hide ) : PdfAction
PdfAction::CreateHide ( PdfObject obj, bool hide ) : PdfAction
PdfAction::CreateHide ( string name, bool hide ) : PdfAction