iTextSharp.text.pdf.PdfAction.CreateHide C# (CSharp) Method

CreateHide() public static method

public static CreateHide ( Object names, bool hide ) : PdfAction
names Object
hide bool
return 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